home *** CD-ROM | disk | FTP | other *** search
/ Windows 95 Super Collection / Windows 95 Super Collection.iso / win95 / internet / rcp3217 / history.doc < prev    next >
Encoding:
Text File  |  1995-06-28  |  3.6 KB  |  85 lines

  1. Winsock RCP32.DLL Version History
  2. ---------------------------------
  3.  
  4. Winsock RCP.DLL (16-bit) History
  5. --------------------------------
  6.  
  7. Version 1.0  -  Initial Release
  8.  
  9. Version 1.1  -  Added ASCII conversion option.
  10.  (11/30/94)
  11.  
  12. Version 1.2  -  Corrected problem in that would not allow recursive copies from
  13.  (12/13/94)     a drive other than the current drive.  RCP.DLL would find the
  14.                 filenames from the specified drive, but would try to read the
  15.                 data from the current drive, causing "File Not Found" errors.
  16.  
  17.              -  RCP.DLL would only allow a host name to be used, not an IP
  18.                 address (i.e., a dotted-decimal address of the host).  For
  19.                 example, the following file reference would result in a
  20.                 "Record Not Found" error from Windows Sockets:
  21.  
  22.                          192.15.32.1:/usr/joe/file
  23.  
  24.                 This occurred because the Windows Sockets "gethostbyname()"
  25.                 function only allows host names to be specified, unlike Unix,
  26.                 which allows both IP addresses and host names.  RCP.DLL now
  27.                 determines whether or not you have specified a host name or
  28.                 IP address and adjusts accordingly.
  29.  
  30.  
  31. Version 1.3  -  Corrected a problem with wildcards.  Sometimes the last
  32.  (12/30/94)     character of the directory name prefixing the wilcard was
  33.                 being thrown into the name, causing it to not find the files.
  34.  
  35.              -  Corrected a memory leak.
  36.  
  37. Version 1.4  -  Retries up to ten times when Connection Refused error is
  38.  (01/16/95)     received from Windows Sockets.
  39.  
  40.  
  41. Version 1.42 -  Added retry on Shutdown and Timeout errors.  Added two options
  42.  (01/30/95)     that can be placed in the [RCMD] section of WIN.INI:
  43.  
  44.                   (Yes, that is the [RCMD] section, even though this is RCP!)
  45.  
  46.                   RetryError:  Set this to the Windows Socket error number
  47.                                (usually between 10000 and 11000) that you
  48.                                want Winsock RCP.DLL to retry on when
  49.                                received when trying to connect to the remote
  50.                                host.  This number should be POSITIVE, even
  51.                                though the Winsock RCP.DLL error window shows
  52.                                it as negative.
  53.  
  54.                   RetryCount:  The number of times Winsock RCP.DLL should
  55.                                retry when the Connection Refused, Shutdown,
  56.                                Timeout, or the error specified in the
  57.                                RetryError configuration option is received.
  58.                                The default is ten (10) times.
  59.  
  60. Version 1.43 -  Corrected problem with recursive copies.
  61.  
  62. Version 1.47 -  Corrected problem with recursive copies and error handling.
  63.  
  64. Version 1.50 -  Added retries for Trumpet.  Reduced memory used for buffers
  65.  (03/01/95)     to allow deeper recursion.
  66.  
  67. Version 1.51 -  Corrected problem with ASCII file conversion when CR/LF
  68.  (04/23/95)     sequence ended exactly on a block boundary.
  69.  
  70. Version 1.52 -  Yet another problem with ASCII file conversion.  Fixed for
  71.  (05/01/95)     sure this time.
  72.  
  73. Version 1.53 -  Internal changes (for Winsock RSHD - common code).
  74.  
  75. Version 1.54 -  An error during transmission could have left a file opened.
  76.  (05/10/95)     Now will close if an error occurs.
  77.  
  78.  
  79.  
  80. Winsock RCP32.DLL (32-bit) History
  81. ----------------------------------
  82.  
  83. Version 1.70 -  Ported to Windows NT and released as RCP32.DLL.  Version
  84.  (06/05/95)     jumps to 1.70 to be consistent with other products.
  85.